projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fa97e
)
at91rm9200: enable USB support
author
Andreas Bießmann
<
[email protected]
>
Mon, 18 Oct 2010 20:58:30 +0000
(22:58 +0200)
committer
Reinhard Meyer
<
[email protected]
>
Tue, 19 Oct 2010 13:11:55 +0000
(15:11 +0200)
This patch fixes arch-at91/hardware.h to have the relevant defines for
at91rm9200 devices to support existing at91 usb driver.
Signed-off-by: Andreas Bießmann <
[email protected]
>
Signed-off-by: Reinhard Meyer <
[email protected]
>
arch/arm/include/asm/arch-at91/hardware.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-at91/hardware.h
b/arch/arm/include/asm/arch-at91/hardware.h
index 9f732a738e2a4dfcbae3a73cbdadb7954ae8742f..f5f80e0b1b1bacb7e1bc4fb21057d2e924c1c2dd 100644
(file)
--- a/
arch/arm/include/asm/arch-at91/hardware.h
+++ b/
arch/arm/include/asm/arch-at91/hardware.h
@@
-18,6
+18,7
@@
#if defined(CONFIG_AT91RM9200)
#include <asm/arch-at91/at91rm9200.h>
+#define AT91_PMC_UHP AT91RM9200_PMC_UHP
#elif defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9G20)
#include <asm/arch/at91sam9260.h>
#define AT91_BASE_MCI AT91SAM9260_BASE_MCI